Skip to content

chore(deps): bump github.com/rabbitmq/amqp091-go from 1.12.0 to 1.13.0#724

Merged
ViBiOh merged 1 commit into
mainfrom
dependabot/go_modules/github.com/rabbitmq/amqp091-go-1.13.0
Jul 25, 2026
Merged

chore(deps): bump github.com/rabbitmq/amqp091-go from 1.12.0 to 1.13.0#724
ViBiOh merged 1 commit into
mainfrom
dependabot/go_modules/github.com/rabbitmq/amqp091-go-1.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/rabbitmq/amqp091-go from 1.12.0 to 1.13.0.

Release notes

Sourced from github.com/rabbitmq/amqp091-go's releases.

v1.13.0

What's Changed

Full Changelog: rabbitmq/amqp091-go@v1.12.0...v1.13.0

Changelog

Sourced from github.com/rabbitmq/amqp091-go's changelog.

v1.13.0 (2026-07-21)

Full Changelog

Implemented enhancements:

  • feat: skip-and-continue topology recovery with per-entity error surfacing #365 (suchitd)
  • Make TopologyRecoveryAllEnabled the default topology recovery mode #362 (suchitd)
  • feature: implement automatic topology recovery #357 (suchitd)

Fixed bugs:

  • Evict auto-delete queues and exchanges from topology store to prevent stale resurrection during recovery #368
  • Data race in Connection.shutdown between buffered listener send goroutine and close(listener) #360
  • fix: reject frames exceeding negotiated frame_max before allocation #369 (suchitd)
  • fix: prevent recursive channel recovery during connection reconnection #367 (suchitd)
  • fix: eliminate multiple data races in Channel and Connection operations #366 (suchitd)
  • fix: forget auto-delete topology on last consumer/binding removal #363 (suchitd)
  • fix: explicitly enforce TLS 1.2 minimum version in tlsConfigFromURI #355 (suchitd)
  • fix: return error when shortstr exceeds 255 bytes #354 (suchitd)
  • fix: enforce AMQP minimum frame size during negotiation #353 (suchitd)
  • fix: URL-encode TLS file paths in URI.String() query string #352 (suchitd)
  • Reject negative prefetch values in Qos #351 (suchitd)
  • fix: redact and zero out plaintext SASL credentials after handshake #350 (suchitd)
  • Avoid notifications blocking reader. #349 (MirahImage)
  • Return error when longstring too long. #347 (MirahImage)
  • Cap body pre-allocation to FrameMax. #346 (MirahImage)
  • Safely handle negative x- field length. #344 (MirahImage)

Merged pull requests:

  • chore(deps): bump actions/setup-go from 6 to 7 in the github-actions group #370 (dependabot[bot])
  • docs: update CLAUDE.md to document automatic recovery and new notify methods #359 (suchitd)
  • chore(deps): bump actions/cache from 5 to 6 in the github-actions group #358 (dependabot[bot])
  • chore(deps): bump actions/checkout from 6 to 7 in the github-actions group #356 (dependabot[bot])
Commits
  • d26d57e Release v1.13.0
  • df5953b Merge pull request #365 from rabbitmq/feature/topology-recovery-skip-failure-...
  • 80e7d1e refactor: extract Channel.reopenIfClosed, fix channel-id leak, add error context
  • 2219a1f fix: infinite recovery loop from skipped, permanently-failing topology entities
  • 3d42358 refactor: remove isRecoverable check in favor of unified recovery shunts
  • cb4e045 Enhance TopologyRecoveryEntity to work with bindings
  • d69d856 feat: skip-and-continue topology recovery with per-entity error surfacing
  • 1b0bfd8 chore(deps): bump actions/setup-go in the github-actions group (#370)
  • 08f7f63 fix: reject frames exceeding negotiated frame_max before allocation (#369)
  • 3a6c497 fix: eliminate multiple data races in Channel and Connection operations (#366)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/rabbitmq/amqp091-go](https://github.com/rabbitmq/amqp091-go) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/rabbitmq/amqp091-go/releases)
- [Changelog](https://github.com/rabbitmq/amqp091-go/blob/main/CHANGELOG.md)
- [Commits](rabbitmq/amqp091-go@v1.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: github.com/rabbitmq/amqp091-go
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 25, 2026
@dependabot
dependabot Bot requested a review from ViBiOh as a code owner July 25, 2026 06:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 25, 2026
@ViBiOh
ViBiOh merged commit 7a86bbf into main Jul 25, 2026
3 of 4 checks passed
@ViBiOh
ViBiOh deleted the dependabot/go_modules/github.com/rabbitmq/amqp091-go-1.13.0 branch July 25, 2026 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant